Divides value x by value y.
The following examples are applicable to both Basic and Crystal syntax:
{file.SALES} / {file.FORECAST}
Returns .875, where {file.SALES} = 52533, {file.FORECAST} = 60000
Returns 22, where {file.DAYSDUE} = 110
Note: If the denominator = 0, the report will be halted with a divide by zero protection. If you want to avoid this type of problem, you should put a test in.
The following example is applicable to Crystal syntax:
{file.SALES} / {file.FORECAST}
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |